Auto-Vectorization is one of the most important features offered by Intel® C++ Compiler. This sample is used in combination with the Intel® C++ Compiler Tutorial "Using Auto Vectorization ". This tutorial demonstrates how you can improve the performance of the matrix multiplication sample by using the features of the Intel® compiler. You can use the techniques in this tutorial to improve your application.

This is a matrix multiplication sample with double precision square n x n matrices.

The matrix sample and tutorial demonstrate the auto-vectorizations by the following:
System Requirements:

Go To Using Auto-Vectorization Tutorial (English language)

Go To Using Auto-Vectorization Tutorial (Japanese language)